home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / Pause < prev    next >
Encoding:
Text File  |  1990-07-19  |  831 b   |  22 lines  |  [TEXT/pdos]

  1. PAUSE [string]
  2.  
  3. Displays a message, then pauses and waits for a keypress.  If the keypress is
  4. Command-. (Apple-Period), the utility returns a -1 error code to the shell,
  5. which will then normally abort the current process.  If [string] is not
  6. supplied, the utility will display the default string.
  7.  
  8. Parameter:
  9.  
  10.     string  -   An ASCII string containing the message that the utility is to
  11.                 display prior to waiting for a keypress.  The utility will
  12.                 display any and all characters following the space after the
  13.                 command name.  For example:
  14.  
  15.                 Pause "Please press any key to continue the backup process"
  16.  
  17.                 will display
  18.  
  19.                 "Please press any key to continue the backup process"
  20.  
  21.                 (Notice the leading and trailing quote characters.)
  22.